C1.Web.Mvc.TransposedMultiRow Namespace / TransposedMultiRow<T> Class / LazyRender Property

In This Topic
LazyRender Property (TransposedMultiRow<T>)
In This Topic
Gets or sets whether the grid should skip rendering cells that were updated in the last render cycle.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public Overridable Property LazyRender As Boolean
 
See Also